home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / JUSTIN.DIR / 00163_Script_163 < prev    next >
Text File  |  1995-03-07  |  315b  |  15 lines

  1. on exitFrame
  2.   if the movietime of sprite 6 < the duration of cast "QT.MOV" then
  3.     go the frame
  4.   else
  5.     
  6.     repeat with i = 11 to 31
  7.       puppetsprite i,false
  8.     end repeat
  9.     global WhichGirlFIle
  10.     cursor 4
  11.     puppetsprite 2,false
  12.     updatestage
  13.     go (WhichGirlFIle & "0")
  14.   end if
  15. end